home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / txture_p.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  254 b   |  14 lines

  1. on mouseUp me
  2.   repeat with X = 65 to 101
  3.     set the memberNum of sprite X to 264
  4.     startTimer()
  5.     repeat while the timer < 2
  6.       nothing()
  7.     end repeat
  8.     updateStage()
  9.   end repeat
  10.   hideit(164, 164)
  11.   showit(165, 165)
  12.   hideit(166, 169)
  13. end
  14.